projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cca398
)
introspection: Filter out all headers ending in "private"
author
Colin Walters
<walters@verbum.org>
Mon, 18 Oct 2010 17:02:41 +0000
(13:02 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 18 Oct 2010 17:02:41 +0000
(13:02 -0400)
We were including at least "gtkprivate.h" before.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index d6bf6103663c09009d6fea711f6999d0d01ac72f..4943fb5041b0ec8f6878f3a02e9a0a80363d5e24 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-895,7
+895,7
@@
LDADDS = \
if HAVE_INTROSPECTION
introspection_files = \
- $(filter-out gtktextlayout.h, $(gtkinclude_HEADERS)) \
+ $(filter-out
%private.h
gtktextlayout.h, $(gtkinclude_HEADERS)) \
$(gtk_base_c_sources) \
gtktypebuiltins.h \
gtktypebuiltins.c